Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/100. Wikipedia Clone/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/100. Wikipedia Clone/app.js
12 Views
0 Comments
const searchForm = document.getElementById("search-form");
const searchInput = document.getElementById("search-input");
const se
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/100. Wikipedia Clone/index.html
21 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/100. Wikipedia Clone/style.css
12 Views
0 Comments
* {
box-sizing: border-box;
}

body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;